home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / an210x / about.frm next >
Text File  |  1995-05-08  |  4KB  |  124 lines

  1. VERSION 2.00
  2. Begin Form Form2 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "About Bindery Object Lister"
  5.    ClientHeight    =   3525
  6.    ClientLeft      =   1770
  7.    ClientTop       =   1350
  8.    ClientWidth     =   5985
  9.    ControlBox      =   0   'False
  10.    Height          =   3930
  11.    Left            =   1710
  12.    LinkMode        =   1  'Source
  13.    LinkTopic       =   "Form2"
  14.    MaxButton       =   0   'False
  15.    MinButton       =   0   'False
  16.    ScaleHeight     =   3525
  17.    ScaleWidth      =   5985
  18.    Top             =   1005
  19.    Width           =   6105
  20.    Begin CommandButton AboutOKButton 
  21.       Caption         =   "OK"
  22.       Height          =   375
  23.       Left            =   2550
  24.       TabIndex        =   4
  25.       Top             =   3030
  26.       Width           =   855
  27.    End
  28.    Begin PictureBox NovellIcon 
  29.       BorderStyle     =   0  'None
  30.       Height          =   495
  31.       Left            =   1080
  32.       Picture         =   ABOUT.FRX:0000
  33.       ScaleHeight     =   495
  34.       ScaleWidth      =   495
  35.       TabIndex        =   5
  36.       Top             =   360
  37.       Width           =   495
  38.    End
  39.    Begin Label Label8 
  40.       Caption         =   "or Fax (303) 294-0930"
  41.       Height          =   255
  42.       Left            =   2415
  43.       TabIndex        =   9
  44.       Top             =   2685
  45.       Width           =   1965
  46.    End
  47.    Begin Label Label6 
  48.       Caption         =   "To subscribe, call (800) 377-4136"
  49.       Height          =   255
  50.       Left            =   1440
  51.       TabIndex        =   8
  52.       Top             =   2445
  53.       Width           =   2925
  54.    End
  55.    Begin Label Label7 
  56.       Caption         =   "October 1992 Issue of ""NetWare Application Notes"""
  57.       Height          =   255
  58.       Left            =   825
  59.       TabIndex        =   7
  60.       Top             =   2070
  61.       Width           =   4545
  62.    End
  63.    Begin Label Label10 
  64.       Caption         =   "for Windows and NetWare"""
  65.       Height          =   225
  66.       Left            =   1740
  67.       TabIndex        =   11
  68.       Top             =   1830
  69.       Width           =   2430
  70.    End
  71.    Begin Label Label5 
  72.       Caption         =   "Example program for ""Interfacing Visual Basic"
  73.       Height          =   255
  74.       Left            =   1080
  75.       TabIndex        =   6
  76.       Top             =   1575
  77.       Width           =   3990
  78.    End
  79.    Begin Label Label9 
  80.       Caption         =   "Distribute Freely"
  81.       Height          =   270
  82.       Left            =   2415
  83.       TabIndex        =   10
  84.       Top             =   1215
  85.       Width           =   1470
  86.    End
  87.    Begin Label Label4 
  88.       Caption         =   "(c) 1992 Novell, Inc."
  89.       Height          =   255
  90.       Left            =   2400
  91.       TabIndex        =   3
  92.       Top             =   960
  93.       Width           =   1935
  94.    End
  95.    Begin Label Label3 
  96.       Caption         =   "Novell Systems Research"
  97.       Height          =   255
  98.       Left            =   2400
  99.       TabIndex        =   2
  100.       Top             =   600
  101.       Width           =   2415
  102.    End
  103.    Begin Label Label2 
  104.       Caption         =   "by Morgan B. Adair"
  105.       Height          =   255
  106.       Left            =   2400
  107.       TabIndex        =   1
  108.       Top             =   360
  109.       Width           =   1815
  110.    End
  111.    Begin Label Label1 
  112.       Caption         =   "Bindery Object Lister"
  113.       Height          =   255
  114.       Left            =   2400
  115.       TabIndex        =   0
  116.       Top             =   120
  117.       Width           =   1935
  118.    End
  119. End
  120. Sub AboutOKButton_Click ()
  121.     Unload Form2
  122. End Sub
  123.  
  124.